widget: Remove special case in gtk_widget_queue_draw_area()
authorBenjamin Otte <otte@redhat.com>
Mon, 18 Oct 2010 15:34:33 +0000 (17:34 +0200)
committerBenjamin Otte <otte@redhat.com>
Mon, 18 Oct 2010 17:22:43 +0000 (19:22 +0200)
commit206b41c6f67a5381317e273e86119671d7796773
tree5d8ca09118b12a2acbc045ce2deb5aa890614506
parentd34b9ed1924bbc9666b6e9f456537319d02d5830
widget: Remove special case in gtk_widget_queue_draw_area()

This path would only do anything where widget->window was not located at
widget->allocation.x/y but at a different position. This should never
happen in the real world. But if it does, GTK3 will break for you.
Better fix your widget.
gtk/gtkwidget.c